home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
GUI
/
BGUI
/
include
/
proto
/
bgui.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-01
|
287 b
|
15 lines
#ifndef BGUI_PROTO_H
#define BGUI_PROTO_H
#ifdef _DCC
#include <pragmas/config.h>
#else
#define __SUPPORT_PRAGMAS__ 1
#endif
#include <exec/types.h>
#include <clib/bgui_protos.h>
#ifdef __SUPPORT_PRAGMAS__
extern struct Library *BGUIBase;
#include <pragmas/bgui_pragmas.h>
#endif
#endif